home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / clang / nn.zip / PATCH05 < prev    next >
Internet Message Format  |  1989-10-21  |  3KB

  1. From edsews!texas.dk!storm Tue Aug 22 09:09:00 1989
  2. Path: bgalli!edsews!uunet!mcvax!sunic!dkuug!tidk!storm
  3. From: storm@texas.dk (Kim F. Storm)
  4. Newsgroups: comp.sources.bugs
  5. Subject: NN 6.3  -  Official patch #5
  6. Keywords: nn patch
  7. Message-ID: <378@texas.dk>
  8. Date: 22 Aug 89 13:09:00 GMT
  9. Organization: Texas Instruments, Denmark
  10. Lines: 79
  11. Status: R
  12.  
  13. This is patch #5 for nn release 6.3.
  14.  
  15. The imfamouos database corrupted error introduced in patch #4 is fixed
  16. by this patch.  The fix is the same as the interrim patch I posted to
  17. comp.sources.bugs as soon as I fixed it, but at that time I had
  18. expectations to issue a larger official patch within a week or so, so
  19. I didn't make it an official patch then (patchlevel.h was not updated
  20. by the interrim patch).
  21.  
  22. Since then the size of the patches since patch #4 has grown to about
  23. 300 kbyte, and it has really started to look like a new release rather
  24. than just patches.  Therefore, I have chosen to reissue the interrim
  25. patch as official patch #5, and announce it to be the last official
  26. patch to nn rel. 6.3.
  27.  
  28. The other patches I have on stock now may be issued as patch #6 if I
  29. get enough requests for them (bug fixes and several new features).
  30. But they are not really mandatory to use nn.  If you want them, drop
  31. me a note.
  32.  
  33. Since this is the last official patch to nn rel. 6.3, there is no need
  34. to apply it if you have already applied the interrim patch and are
  35. satisfied with the current functionality of 6.3.  However, if you do
  36. it anyway (to get the version identification 6.3.5 right - and to be
  37. able to apply possible future patches), you should revert the interrim
  38. patch before applying this patch to avoid problems.
  39.  
  40. ++Kim Storm
  41.  
  42.  
  43. *** /usr/storm/nn6.3.4/patchlevel.h    Mon Jul 10 13:36:00 1989
  44. --- patchlevel.h    Tue Aug 22 13:19:09 1989
  45. ***************
  46. *** 12,18 ****
  47.    *    1989-06-28:  Patch 2: several files
  48.    *    1989-06-30:  Patch 3: several files
  49.    *    1989-07-10:  Patch 4: several files
  50.    */
  51.   
  52. ! #define PATCHLEVEL 4
  53.   
  54. --- 12,19 ----
  55.    *    1989-06-28:  Patch 2: several files
  56.    *    1989-06-30:  Patch 3: several files
  57.    *    1989-07-10:  Patch 4: several files
  58. +  *    1989-08-22:  Patch 5: db.c
  59.    */
  60.   
  61. ! #define PATCHLEVEL 5
  62.   
  63.  
  64. *** /usr/storm/nn6.3.4/db.c    Mon Jul 10 13:36:06 1989
  65. --- db.c    Mon Jul 17 22:31:59 1989
  66. ***************
  67. *** 45,51 ****
  68.       if (is_master) 
  69.           group_position = group_path_name;
  70.       else {
  71. -         if (gh->group_flag & G_NO_DIRECTORY) return 0;
  72.           strcpy(group_path_name, news_directory);
  73.           group_position = group_path_name + strlen(group_path_name);
  74.           *group_position++ = '/';
  75. --- 45,50 ----
  76. ***************
  77. *** 83,88 ****
  78. --- 82,88 ----
  79.       } else {
  80.   
  81.       /* client */
  82. +     if (gh->group_flag & G_NO_DIRECTORY) return 0;
  83.   
  84.       *p++ = '/';
  85.       group_file_name = p;
  86.  
  87.  
  88. -- 
  89. Kim F. Storm        storm@texas.dk        Tel +45 429 174 00
  90. Texas Instruments, Marielundvej 46E, DK-2730 Herlev, Denmark
  91.       No news is good news, but nn is better!
  92.  
  93.  
  94.